home *** CD-ROM | disk | FTP | other *** search
/ CICA 1997 August / CICA - The Ultimate Collection of Shareware for Windows (Walnut Creek) (August 1997) (Disc 1).iso / utils / unix / unzip520 / wizdll / wizunz.def < prev    next >
Encoding:
Text File  |  1996-04-23  |  398 b   |  18 lines

  1. ;module-definition file for Windows Unzip DLL -- used by link.exe
  2. LIBRARY WIZUNZ16 ; Library module name
  3.  
  4. DESCRIPTION 'Windows Info-ZIP UnZip DLL 1.0 by Info-ZIP, Mike White 1996'
  5.  
  6. CODE  PRELOAD MOVEABLE
  7.  
  8. DATA  PRELOAD FIXED
  9.  
  10. HEAPSIZE  14000 ; need heap for buffers
  11. STACKSIZE 10000 ; need plenty of stack
  12.  
  13. EXPORTS
  14.      DllProcessZipFiles          ; actual entry point
  15.      LibMain
  16.      GetDllVersion
  17.  
  18.